home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4031 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: cnn.Princeton.EDU!franck!tim
  2. From: tim@franck (Tim Hollebeek)
  3. Newsgroups: comp.lang.lisp,comp.lang.c++
  4. Subject: Re: Why garbage collection?
  5. Followup-To: comp.lang.lisp,comp.lang.c++
  6. Date: 26 Jan 1996 18:39:43 GMT
  7. Organization: Princeton University
  8. Message-ID: <4eb75f$l2t@cnn.Princeton.EDU>
  9. References: <rvillDL4v3n.I8r@netcom.com> <hbaker-2201961503250001@10.0.2.15> <4eae5s$66p@nz12.rz.uni-karlsruhe.de> <822675271snz@wildcard.demon.co.uk>
  10. NNTP-Posting-Host: franck.princeton.edu
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Cyber Surfer (cyber_surfer@wildcard.demon.co.uk) wrote:
  14.  
  15. : It was published in 1976, so its one of a number of books from
  16. : around that time which I love. Sadly, many of the techniques in this
  17. : particular book seem to have been forgotten. Is anyone still using
  18. : coral rings, multilists and inverted multilists? Have these data
  19. : structures become "obselete", like reference counting, cylinder-surface
  20. : indexing, etc?
  21.  
  22. Reference counting is obsolete?  I better go rush over and tell that
  23. to all the C++ programmers who use it extensively because they don't
  24. have GC in the language :-)  Heck, Byte even published an article on
  25. how to write a refcounting pointer class in the last few months.  Not
  26. that Byte is exactly at the Leading Edge of programming, but it does
  27. show that plenty of Real World programmers still do things that way.
  28.  
  29. Whether they _should_ is another story :-)
  30.  
  31. --
  32. Tim Hollebeek      | Everything above is a true statement, for sufficiently
  33. PChem Grad Student | false values of true.
  34. Princeton Univ.    | tim@wfn-shop.princeton.edu
  35. -------------------| http://wfn-shop.princeton.edu/~tim
  36.